home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / program / inioutsw.zip / README.TXT < prev   
Text File  |  1997-02-20  |  3KB  |  61 lines

  1. IniOut is a Component Property Manager for Delphi 2.0. With it you can easily
  2. provide INI file and Registry support to your Delphi application with virtually
  3. no code and a very small runtime footprint.
  4.  
  5. Currently, IniOut only supports Delphi 2.0 and 3.0. If you wish to be notified
  6. when a Delphi 1.0 version becomes available, or if you have general questions or
  7. comments about IniOut, please email me at RobertV@compuserve.com.
  8.  
  9. Note that context-sensitive help is available within the IniOut dialog by
  10. pressing F1 or by selecting the question mark icon at the top right corner and
  11. then clicking on an area of the form.
  12.  
  13. How To Install IniOut
  14.  
  15. IniOut is installed into your component palette much like any other custom
  16. control. Simply copy all the included files into a single directory (or a
  17. directory where you store other custom controls) and then pick Component|Install
  18. from the Delphi IDE. Then click on Add and type in the name of the IniOut
  19. registration unit (INIREG.DCU). Click on OK and the component library will be
  20. rebuilt. IniOut is placed on the System tab of your component palette. Make sure
  21. you install INIREG.DCU and not INIOUT.DCU. You will get an error when the
  22. component library is rebuilt if you do. The code is split into design-time and
  23. run-time features to minimize memory usage. The INIOUT.DCU file will be compiled
  24. in with your application for use at run-time, but the INIREG.DCU unit is only
  25. used at design time and includes the property and component editors for IniOut.
  26.  
  27. One further note At times, IniOut will generate silent exceptions when trying to
  28. convert and assign property values. These are normal and are only seen when you
  29. are running your application through the Delphi IDE and "Break On Exceptions"
  30. has been turned on from the Tools|Options menu. These exceptions are all nested
  31. in Try..Except structures, but Delphi will still tell you about them if you have
  32. this option turned on.
  33.  
  34. Shareware Notice
  35.  
  36. The downloadable version of IniOut is a slightly restricted demo version. For a
  37. mere US$20 you can get the full version from me by mail or email. The added
  38. features in the full version include:
  39.  
  40.   1. Registry SupportRegistry_Support
  41.   2. Complex property types (Methods, Fonts, Sets, etc.)
  42.   3. No limit of properties managed
  43.   4. Free maintenance updates
  44.  
  45. If your version number at the top of the IniOut dialog ends with an 's', you are
  46. running the shareware version.
  47.  
  48. You can use CompuServe's SWREG system to register this component if you wish
  49. the ID# for IniOut is #14633. Full source code is also available through me
  50. for US$99. Send your check or money order to:
  51.  
  52.         Robert Vivrette
  53.     PO Box 1947
  54.     Swansboro, NC 28584-1947
  55.  
  56. Make checks payable to "Robert Vivrette". Be sure to include your email address
  57. (if you have one) so I can send you the appropriate version electronically.
  58. Sorry, but at this time I am unable to accept credit card orders. If you wish to
  59. contact me via email, I can be reached at RobertV@compuserve.com.
  60.  
  61.